Skip to content

Instantly share code, notes, and snippets.

@hasanparasteh
hasanparasteh / bank-identify.js
Created January 24, 2022 22:26
A complete list of Iran ibans and cards number to identify bank
// List of all cards
const cards = [
{
62198619: {
persian: 'بلو',
english: 'blue',
},
},
{
603799: {
https://phillybassbusters.proboards.com/thread/9796/ways-earn-roblox-robux-safely
https://phillybassbusters.proboards.com/thread/9913/legit-ways-earn-robux-sk100
https://phillybassbusters.proboards.com/thread/9796/ways-earn-roblox-robux-safely
https://phillybassbusters.proboards.com/thread/9913/legit-ways-earn-robux-sk100
@ifiokjr
ifiokjr / ADB Instructions.md
Last active September 24, 2026 12:06
Android Platform Tools
@asheroto
asheroto / README.md
Last active September 24, 2026 12:03
Bypass Windows 11 Upgrade Assistant / PC Health Check / TPM and CPU Settings. Ignore PC Health Check results.

Bypass Windows 11 Upgrade Assistant / Setup Hardware Checks (TPM, CPU, RAM)

This PowerShell script allows you to bypass TPM 2.0, unsupported CPU, and memory checks enforced by the Windows 11 Upgrade Assistant and setup.exe from Windows installation media. It eliminates common upgrade blocks such as:

  • This PC doesn't currently meet Windows 11 system requirements.
  • TPM 2.0 must be supported and enabled on this PC.
  • The processor isn't currently supported for Windows 11.

What It Does

@Paraphraser
Paraphraser / Checking your Raspberry Pi's view of its power supply.md
Last active September 24, 2026 12:02
Checking your Raspberry Pi's view of its power supply (sometimes it's not the wall-wart)

Checking your Raspberry Pi's view of its power supply

Sometimes it seems like the first (and sometimes only) advice you get offered for almost any problem with a Raspberry Pi is "check your power supply". You think something like:

"hey, I'm using an official power supply sold as being matched with my Pi so how can there be any problem?"

You look up the specs then stick a controlled load across your supply and confirm that it can deliver the required number of Watts.

Yet your problems persist…

@corporatepiyush
corporatepiyush / db_compare.md
Last active September 24, 2026 12:00
Database Comparison — SQLite · DuckDB · PostgreSQL · MariaDB · ClickHouse · MongoDB

Database Comparison — SQLite · DuckDB · PostgreSQL · MariaDB · ClickHouse · MongoDB

Version claims cross-checked against official release channels on 2026-07-15. Feature statements describe the versions listed in the table below. Where a database lacks a capability, or has it only in part, the closest practical alternative is given as Alternative:.

Database Stable Version Released Support Storage / Execution Model
SQLite 3.53.3 Jun 26, 2026 Format/API support pledged through 2050 Row-oriented B-trees, in-process, single file
https://phillybassbusters.proboards.com/thread/9796/ways-earn-roblox-robux-safely
https://phillybassbusters.proboards.com/thread/9913/legit-ways-earn-robux-sk100
https://phillybassbusters.proboards.com/thread/9796/ways-earn-roblox-robux-safely
https://phillybassbusters.proboards.com/thread/9913/legit-ways-earn-robux-sk100
@LondheShubham153
LondheShubham153 / git-commands.md
Last active September 24, 2026 11:55
This Gist contains all the useful Git Commands

Git Commands

This Gist contains all the useful commands for Git

Build Status

Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.

If you are a developer and want to keep every version of your code/project (which you would most certainly want to), a Version Control System (VCS) is a very wise thing to use.

  • All the commands used for Git
@dabit3
dabit3 / pi_tutorial.md
Last active September 24, 2026 11:53
How to Build a Custom Agent Framework with PI: The Agent Stack Powering OpenClaw

PI is a TypeScript toolkit for building AI agents. It's a monorepo of packages that layer on top of each other: pi-ai handles LLM communication across providers, pi-agent-core adds the agent loop with tool calling, pi-coding-agent gives you a full coding agent with built-in tools, session persistence, and extensibility, and pi-tui provides a terminal UI for building CLI interfaces.

These are the same packages that power OpenClaw. This guide walks through each layer, progressively building up to a fully featured coding assistant with a terminal UI, session persistence, and custom tools.

By understanding how to compose these layers, you can build production-grade agentic software on your own terms, without being locked into a specific abstraction.

Pi was created by @badlogicgames. This is a great writeup from him that explains some of the design decisions made when creating it.

The stack

@YourAKShaw
YourAKShaw / chatgpt_slash_commands_ultimate_handbook_2026.md
Created May 29, 2026 00:19
🤖 A complete handbook detailing ChatGPT slash commands, UI shortcuts, workspace Canvas triggers, custom command engines, productivity shortcuts, and advanced prompt chaining systems.

The Ultimate ChatGPT Slash Commands Handbook (2026 Edition)

Follow AK Shaw on Linktree

The most comprehensive community and platform reference for ChatGPT slash commands, pseudo-commands, workflow triggers, and power-user prompting systems.